I installed Nice Menu on Drupal 6, theme is Waffles. But I noticed that the dropdown of nice menus would not work on Firefox so I tried using Internet Explorer and to my surprise the dropdown menu worked. How do I fix this?
You can take a look at the site: www.eedtfip.org/drupal

Comments

Kisama’s picture

I loaded the site and the dropdown menu, of which I can only detect one, does not display on Chrome, Firefox 3 or IE 8 (with or without the compatibility mode). It appears to be loading behind your content. I'm no expert, but you might want to check the CSS, or test it with another theme.

noel32ldg’s picture

thanks kisama. i will try your suggestions and will post the results later.

noel32ldg’s picture

i upgraded to drupal 6.11 hopeful that this may solve the problem. then i tried using the garland theme and the dropdown menu works fine in firefox, chrome, internet explorer and avant. but when i returned to the waffles theme, the dropdown menu could not be seen.

bigkevracer’s picture

Try clearing your cache (admin > performance). That ended up being the cause on my computer. Also look for 'overflow:hidden;' properties in your CSS. My issues were with Zen but could be the same??

add1sun’s picture

Category: bug » support
Priority: Critical » Normal

CSS issues that don't occur in the core themes are not bugs, but support requests. Changing status.

shadowdknight’s picture

I tried this and its working.
http://drupal.org/node/367407

jjesus’s picture

Hi,

If you're using Zen and put Nice Menus in the navbar, heed this comment in layout.css:

 #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

Worked for me.

Cheers.

--John

jarodms’s picture

Awesome! Thanks! This worked for me too!

Jarod

ttaylor797’s picture

Thank you jjesus! Good reminder to read comments ;)

TNT

add1sun’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.